#1840 closed defect (fixed)
[raster] raster2pgsql does not tile correcly when tile-width is equal raster-width
Reported by: | turbothomas | Owned by: | dustymugs |
---|---|---|---|
Priority: | medium | Milestone: | PostGIS 2.0.1 |
Component: | raster | Version: | 2.0.x |
Keywords: | raster2pgsql, tile_size, history | Cc: |
Description
I was trying to load a long thin raster using raster2pgsql. When I set the tile width to the width of the raster, changing only the height, only one tile was loaded; the rest of the raster was missing. If the tile size was smaller or bigger than the raster size, the entirer raster was loaded correctly.
Change History (8)
comment:1 by , 12 years ago
Component: | loader/dumper → raster |
---|---|
Owner: | changed from | to
Summary: | raster2pgsql does not tile correcly when tile-width is equal raster-width → [raster] raster2pgsql does not tile correcly when tile-width is equal raster-width |
follow-up: 3 comment:2 by , 12 years ago
follow-up: 4 comment:3 by , 12 years ago
Replying to dustymugs:
Can you provide the flags and parameters you're using when calling raster2pgsql?
I was using subdataset2 (now extracted with gdal_transform -sds) from file listed in comments of #1839
raster2pgsql.exe -s 0 -I -C -M myraster.tif -F -t 392x496 mypostgisraster > raster.sql
using windows 7, 64-bit
comment:5 by , 12 years ago
Status: | new → assigned |
---|
comment:8 by , 12 years ago
Keywords: | history added |
---|
Can you provide the flags and parameters you're using when calling raster2pgsql?